@charset "utf-8";
/* CSS Document */
* {
    box-sizing: border-box;
    font-family:'微软雅黑', 'PingFangSC-Regular','helvetica neue',arial,'hiragino sans gb','microsoft yahei ui','microsoft yahei',sans-serif;
}
html, body, div, p, span, font, em, ul, li, dl, dt, dd, table, tr, td, input, button, a {
    margin: 0 auto;
    padding: 0;
}
body {
    font-size: 14px;
    color: #333;
}
html,body{
    height: 100%;
    width: 100%;
    min-width: 1200px;
    background: #f6f6f6;
}
ul {
    list-style-type: none;
}
a {
    text-decoration: none;
    color: #333;
}
a:hover {
    text-decoration: none;
}
img {
    border: 0px;
    vertical-align: top;
}
em, i {
    font-style: normal;
}
.clr {
    margin: 0px;
    padding: 0px;
    height: 0px;
    width: 0px;
    overflow: hidden;
    clear: both;
}
input, textarea, button, select{
    outline: none;
}
input::-webkit-input-placeholder {
    color: #bbb;
}
input::-moz-input-placeholder {
    color: #bbb;
}
input::-ms-input-placeholder {
    color: #bbb;
}
.container{
    width: 1200px;
}
.header-top{

    height:40px;
    line-height: 40px;
    overflow: hidden;
}
.header-top h1{
    margin:0;
    float: left;
    font-size: 14px;
    font-weight: normal;
}
.header-top ul{
    float: right;
}
.header-top ul li{
    display: inline-block;
    padding-left: 15px;
}

.header-mid{
    background: url("../images/home_bg.jpg") center top no-repeat;
    height:229px;
}
.header-mid .logo{
    float: left;
    margin-top: 50px;
}
.header-mid .banner{
}
.header-search{
    float: right;
    width: 580px;
    float: right;
    margin-top: 55px;
}
.header-search ul{
    height:37px;
    overflow: hidden;
}
.header-search li{
    height:32px;
    line-height: 32px;
    border-radius: 4px;
    float: left;
    padding:0 17px;
    margin-right: 37px;
}
.header-search li.active{
    background: #E22323;
    color: #fff;
    position: relative;
}
.header-search li.active:after{
    content: '';
    position: absolute;
    left:50%;
    bottom:-5px;
    margin-left: -5px;
    border-top:5px solid #E22323;
    border-left:5px solid transparent;
    border-right:5px solid transparent;
}
.header-search .search_content{
    margin-top: 4px;
    overflow: hidden;
}
.header-search input.search_input{
    height:40px;
    background: #fff;
    width: 500px;
    float: left;
    border: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    padding:0 15px;
}
.header-search input.search_btn{
    float: right;
    width: 80px;
    border: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    /*background: #E22323;*/
    background: url("../images/searchicon.png") #E22323 12px center no-repeat;
    height:40px;
    line-height: 40px;
    color: #fff;
    padding-left:36px;
    text-align: left;
    cursor: pointer;
}
.nav{
    height:100px;
    background: #E22323;
}
.nav a{
    color: #fff;
}
.nav li{
    height:50px;
    font-size: 16px;
    float: left;
    width: 10%;
    border-bottom: 1px solid rgba(255,255,255,0.3);
    position: relative;
}
.nav li:hover{
	color:#E22323;
	background: #f0f0f0;
}
.nav li:hover a{
	color:#E22323;
	background: #f0f0f0;
}
.nav li .active:after{
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 80px;
    height: 0px;
    border-bottom: 6px solid #fb7d7d;
}
.nav li a{
    margin-top: 14px;
    display: block;
    height:21px;
    line-height: 21px;
    border-right: 1px solid rgba(255,255,255,0.3);
    text-align: center;
}
.nav li a:hover{
	color:#E22323;
	height:150px
	line-height:150px;
}
.active{
	color:#E22323;
	background: #f0f0f0;
}
.active a{
	color:#E22323;
}
.active1{
	color:#E22323;
	background: #f0f0f0;
}
.active1 a{
	color:#E22323;
}
.nav li:nth-child(10) a,.nav li:nth-child(20) a{
    border-right: 0;
}

.mt{
    height:45px;
    line-height: 45px;
    border-bottom: 1px solid #ccc;
}
.mt span{
    padding-left:27px;
    font-size: 18px;
    float: left;
    font-weight: bold;
    position: relative;
}
.mt span:after{
    content: '';
    position: absolute;
    left:0;
    bottom: 0;
    height:1px;
    width:100%;
    background: #E22323;
}
.mt .more{
    float: right;
    font-size: 13px;
}
.u-list{
    margin-top: 10px;
}
.u-list li{
    height:47px;
    line-height: 47px;
    padding-left:15px;
    background: url("../images/dot.png") left center no-repeat;
    font-size: 15px;
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
}
.u-list li:hover{
	color:#E22323;
}
.u-list li:hover a{
	color:#E22323;
}
.u-list li span{
	float:right;
	width:65px;
	text-align:right;
}
.u-list-time{
    margin-top: 10px;
}
.u-list-time li{
    height:50px;
    line-height: 50px;
    position: relative;

}
.u-list-time li span{
    float: right;
    position: absolute;
    right:0;
    top:0;
    height:50px;
    color: #a3a3a3;
}
.u-list-time li a{
    display: block;
    height:50px;
    line-height: 50px;
    padding-right:50px;;
    font-size: 15px;
    border-bottom: 1px solid #e5e5e5;
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
}

#slides {
    position:relative;
    margin-top: 10px;
    border: 1px solid #bebebe;
    background: #fff;
    height:362px;
}
.news-cont img{
    float: left;
    width: 830px;
    height: 360px;
}

.news-cont .text{
    float: right;
    width: 370px;
    padding:20px;
    height:360px;
    position: relative;
}
.news-cont .artical_detail{
    overflow: hidden;
}
.news-cont .artical_detail strong{
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
    display: block;
    margin-bottom: 20px;
}
.news-cont .artical_detail .detail_left{
    float: left;
}
.news-cont .artical_detail .detail_left .zhuanlan{
    float: left;
    width: 40px;
    height: 20px;
    border: 1px solid #E22323;
    color: #E22323;
    font-size: 12px;
    text-align: center;
    line-height: 20px;
    margin-right: 5px;
}
.news-cont .artical_detail .detail_left .zhuanlan_name{
    float: left;
    background: #EEEEEE;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    padding:0 11px;
}
.news-cont .artical_detail .detail_right{
    color: #9f9f9f;
    height: 20px;
    line-height: 20px;
    float: right;
}
.news-cont .artical_detail .detail_right i{
    padding:0 2px;
}
.news-cont .artical_detail .detail_right .artical_from {
    padding-left: 19px;
    background: url("../images/earth.png") left center no-repeat;
}
.news-cont .text p{
    font-size: 14px;
    text-align: justify;
    line-height: 28px;
    margin-top: 15px;
}
.news-cont .text > a{
    position: absolute;
    right:20px;
    bottom:0;
    width: 330px;
    text-align: right;
    color: #E22323;
    font-size: 14px;
    border-top:1px solid #E5E5E5;
    padding:20px 13px 20px 0;
    background: url("../images/morearr.png") right center no-repeat;
}
#slides .prev {
    position:absolute;
    top:160px;
    left:20px;
    width:16px;
    height:24px;
    display:block;
    z-index:101;
}
#slides .next {
    position:absolute;
    top:160px;
    right: 400px;
    width:16px;
    height:24px;
    display:block;
    z-index:101;
}

.slides_container {
    /*width:830px;*/
    height:360px;
    overflow:hidden;
    position:relative;
}

.pagination1 {
    width: 100px;
    float: right;
    position: absolute;
    right: 0;
    bottom: 15px;
    z-index: 999;
    margin-right: 400px;
}

.pagination1 li {
    float:left;
    margin:0 4px;
    width:10px;
    height:10px;
    border-radius: 50%;
    background: #CCCCCC;
}

.pagination1 li a {
    display:block;
    height:0;
    float:left;
    padding-top: 12px;
    overflow:hidden;
}
.pagination1 li.current{
   background: #fff;
}


.footer{
    height:120px;
    background: #e22323;
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    overflow: hidden;
}
.footer a{
    color: #fff;
}
.footer .container{
    position: relative;
    height:120px;
    padding:15px 0;
    height: 86px;
}



.qrcode_wrap {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    color: #333;
    font-size: 10px;
    padding: 10px;
    width: 270px;
    height: 300px;
    border: 1px solid #bebebe;
    background-color: #fff;
    overflow: hidden;
    z-index: 9999;
    display: none;
}
.qrcode_wrap .qrcode_header_tips {
    height: 15px;
    line-height: 15px;
}
.qrcode_wrap .qrcode_header_tips .qrcode_header_right {
    display: inline-block;
    width: 15px;
    height: 15px;
    float: right;
    cursor: pointer;
}
.qrcode_wrap .qrcode {
    width: 185px;
    height: 185px;
    margin: 20px auto;
}
.qrcode_wrap .qrcode_footer_tips {
    line-height: 20px;
}


